@charset "utf-8";

/* ==========================================================================

PRESS ROOM

========================================================================== */
.pressRoomVisual {
  background: url(/albums/css/basic-pressroom/abm00007632.png) center center no-repeat;
  background-size: cover;
  height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual {
    height: 180px;
  }
}

.pressRoomVisual::before {
  content: '';
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: absolute;
}

.pressRoomVisual .titleInner {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  padding: 27px 20px;
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual .titleInner {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 959px) {
  .pressRoomVisual .titleInner .breads {
    display: none;
  }
}

.pressRoomVisual .titleInner .ttlBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 134px 0 0;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomVisual .titleInner .ttlBox {
    margin: 75px 0 0;
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual .titleInner .ttlBox {
    display: block;
    margin: 60px 0 0;
  }
}

.pressRoomVisual .titleInner .ttlBox h1 {
  position: relative;
  color: #fff;
  font-size: 3.8rem;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: .05em;
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual .titleInner .ttlBox h1 {
    font-size: 2.6rem;
    margin: 46px 0 1px;
    font-weight: normal;
  }
}

.pressRoomVisual .titleInner .ttlBox h1::before {
  z-index: 10;
  content: '';
  position: absolute;
  top: -28px;
  left: 0;
  width: 32px;
  height: 2px;
  background: #fff;
}

.pressRoomVisual .titleInner .ttlBox h1 a {
  color: #fff;
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomVisual .titleInner .ttlBox nav {
    margin: 47px 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual .titleInner .ttlBox nav {
    display: none;
  }
}

.pressRoomVisual .titleInner .ttlBox nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.pressRoomVisual .titleInner .ttlBox nav ul li {
  list-style: none;
  margin-left: 37px;
  transition: .2s;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomVisual .titleInner .ttlBox nav ul li {
    margin-left: 20px;
  }
}

.pressRoomVisual .titleInner .ttlBox nav ul li:first-of-type {
  margin-left: 0;
}

.pressRoomVisual .titleInner .ttlBox nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
@media screen and (min-width: 960px) {
  .pressRoomVisual .titleInner .ttlBox nav ul li a:not(.noHover):hover::after {
    top: 42px;
    opacity: 1;
    visibility: visible;
  }
}

.pressRoomVisual .titleInner .ttlBox nav ul li a.current::after {
  top: 42px;
  opacity: 1;
  visibility: visible;
}

.pressRoomVisual .titleInner .ttlBox nav ul li a::after {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  content: '';
  width: 20px;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

/* SP用のアコーディオン */
.pressRoomSpNav {
  background: #1a4375;
  position: relative;
}

.pressRoomSpNav .ttls {
  font-size: 1.4rem;
  padding: 17px 40px 17px 15px;
  color: #fff;
  line-height: 1.4;
}

.pressRoomSpNav .triggerBox {
  height: 54px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}

.pressRoomSpNav .triggerBox .miniTrigger {
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 17px 15px 0 15px;
}

.pressRoomSpNav .triggerBox .miniTrigger span {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  margin: auto;
  background: #1a4375;
}

.pressRoomSpNav .triggerBox .miniTrigger span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pressRoomSpNav .triggerBox .miniTrigger span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pressRoomSpNav .triggerBox .miniTrigger.open span:nth-of-type(1) {
  display: none;
}

.pressRoomSpNav .triggerBox .miniTrigger.open span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pressRoomSpNav .hiddenBox {
  display: none;
  background: #1a4375;
}

.pressRoomSpNav .hiddenBox ul {
  border-top: 1px solid #122f52;
}

.pressRoomSpNav .hiddenBox li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #122f52;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pressRoomSpNav .hiddenBox li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #fff;
  padding: 17px 40px 17px 29px;
  white-space: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
}

/* コンテンツ */
.pressRoomContents {
  background: #fff;
}

.pressRoomContents .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents .inner {
    display: block;
    padding: 0 15px;
  }
}

/* 重要なお知らせ */
.importantBox {
  display: none;
  padding: 80px 0 89px;
}
@media only screen and (max-width: 959px) { 
  .importantBox {
    padding: 40px 0 20px;
  }
}

.importantBox.openElem {
  display: block;
}

.importantBox.news {
  padding: 0 0 105px;
}
@media only screen and (max-width: 959px) { 
  .importantBox.news {
    padding: 0 0 52px;
  }
}

.importantBox dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 2px solid #FC962F;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl {
    display: block;
  }
}

.importantBox dl dt {
  position: relative;
  background: #FC962F;
  color: #fff;
  letter-spacing: -.03em;
  width: 15.8730158%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dt {
    width: 100%;
    height: auto;
    min-height: 30px;
  }
}

.importantBox dl dt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1000vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 0;
  background: #FC962F;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dt::before {
    display: none;
  }
}

.importantBox dl dt span {
  position: relative;
  z-index: 10;
}

.importantBox dl dd {
  width: 84.1269841%;
  margin-left: auto;
  padding: 20px 0;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dd {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.importantBox dl dd .news-all-wrap {
  margin: 0 20px;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dd .news-all-wrap {
    margin: 15px;
  }
}

.importantBox dl dd .link {
  margin-bottom: 2px;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dd .link {
    margin-bottom: 14px;
  }
}

.importantBox dl dd .link a {
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 960px) {
  .importantBox dl dd .link a:hover {
    color: #fe9618;
  }
}

.importantBox dl dd .link a[target="_blank"]::after {
  display: none;;
}

.importantBox dl dd .link a time {
  color: #1C4473;
  font-size: 1.2rem;
}

.importantBox dl dd .link a .ttl {
  width: 100%;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 959px) { 
  .importantBox dl dd .link a .ttl {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/* PDFアイコン調整 */
.importantBox dl dd .link a[target="_blank"]::after {
  content: none !important;
}

.importantBox dl dd .link a[href*=".pdf"] .ttl::after,
.importantBox dl dd .link a[download*=".pdf"] .ttl::after {
    content: '';
    position: relative;
    top: 3px;
    right: 0;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-left: 5px;
    display: inline-block;
    background: url(/albums/css/basic-pressroom/abm00001436.svg) center center no-repeat !important;
    background-size: contain;
}


/* 重要なお知らせ(トップページのスタイル) */
.top .importantBox {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .top .importantBox {
    padding: 20px 6.666666666666667% 0;
  }
}
@media only screen and (max-width: 959px) { 
  .top .importantBox {
    padding: 15px;
  }
}

.top .importantBox dl {
  border: 2px solid #FC962F;
}

/* h2見出し */
.pressRoomContents .inner .normalTtl {
  position: relative;
  line-height: 1;
  padding: 52px 0 54px;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents .inner .normalTtl {
    padding: 28px 0 25px;
  }
}

.pressRoomContents .inner .normalTtl::before {
  z-index: 10;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 180px;
  min-width: 180px;
  height: 16px;
  background: transparent url(/albums/css/basic-pressroom/abm00007663.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents .inner .normalTtl::before {
    width: 90px;
    min-width: 90px;
    height: 8px;
  }
}

/* メインの並び */
.pressRoomNewsLists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists {
    display: block;
  }
}

.pressRoomNewsLists .list {
  width: 23.8095238%;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list {
    width: 100%;
  }
}

.pressRoomNewsLists .list .imgArea {
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list .imgArea {
    width: 31.11%;
  }
}

.pressRoomNewsLists .list .imgBox {
  transition: .2s;
  position: relative;
  height: 100%;
  padding-top: 66.6666666%;
}

.pressRoomNewsLists .list .imgBox img {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.imgBox.noImage {
  /*min-height: 200px;*/
  position: relative;
}
.imgBox.noImage::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic-pressroom/abm00007673.svg) center top no-repeat;
  background-size: contain;
  z-index: 1;
}
.imgBox.noImage img {
  display: none;
}

@media screen and (min-width: 960px) {
  .imgBox.noImage:not(.noHover):hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.pressRoomNewsLists .list .imgBox img {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .pressRoomNewsLists .list a:not(.noHover):hover .imgBox img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.pressRoomNewsLists .list .topicTtl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0 0;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list .topicTtl {
    margin: 0;
    height: auto !important;
  }
}

.pressRoomNewsLists .list .time {
  color: #555;
  padding: 23px 0 9px;
  line-height: 1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list .time {
    padding: 17px 0 9px;
  }
}

.pressRoomNewsLists .list .time time {
  padding: 0 10px 0 0;
}

.pressRoomNewsLists .list .tag {
  color: #555;
  font-size: 1.2rem;
  line-height: 1;
}

.pressRoomNewsLists .list .tag .tags span {
  display: inline-block;
  margin: 0 10px 0 0;
}

.pressRoomNewsLists .list .txtArea {
  background: #fff;
}
@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list .txtArea {
    margin-left: auto;
    width: 65.777778%;
  }
}

@media only screen and (max-width: 959px) {
  .pressRoomNewsLists .list a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 17px;
  }
}
@media screen and (min-width: 960px) {
  .pressRoomNewsLists .list a:not(.noHover):hover {
    color: #999;
  }
}

/* トピックス */
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomContents .inner .topicArea {
    padding: 0;
  }
}

.pressRoomContents .inner .topicArea .inner {
  padding: 0 0 87px;
}
.pressRoomContents .inner .topicArea .inner.events {
  padding: 0 0 77px;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents .inner .topicArea .inner {
    padding: 0 0 30px;
  }
  .pressRoomContents .inner .topicArea .inner.events {
    padding: 0 0 41px;
  }
}

.pressRoomContents .inner .topicArea .inner .btnBox {
  top: 46px;
  right: 49px;
}

.pressRoomContents .inner .topicArea .inner .accoTrigger {
  top: 46px;
  right: 0;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents .inner .topicArea .inner .accoTrigger,
  .pressRoomContents .inner .topicArea .inner.events .accoTrigger {
    top: 27px;
  }
}


/* ==========================================================================

PRESS ROOM INDEXのみ

========================================================================== */
.underPamphletArea {
  z-index: 10;
  position: relative;
  background: #f2f2f2;
  display: flex;
  padding: 60px 0 84px;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea {
    display: block;
    padding: 30px 0 50px;
  }
}

.underPamphletArea::before {
  content: '';
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: -200%;
  right: 0;
  bottom: 0;
  width: 400%;
  height: 100%;
  z-index: -1;
}

.underPamphletArea h3 {
  font-size: 2rem;
  margin-bottom: 28px;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea h3 {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}

.underPamphletArea .newsPamphlet {
  width: 56.1111111%;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea .newsPamphlet {
    width: 100%;
    margin-right: 0;
  }
}

.underPamphletArea .newsPamphlet img {
  display: block;
  width: 100%;
  transition: .2s;
}

.underPamphletArea .newsPamphlet .pamphletLayout {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea .newsPamphlet .pamphletLayout {
    display: block;
    margin-bottom: 40px;
  }
}

.underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox {
  width: 47.3833097%;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox {
    width: 100%;
    margin-bottom: 15px;
  }
}

.underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox .img {
  width: 40.5970149%;
}

.underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox .right {
  width: 53.1343283%;
  margin-left: 5.9701492%;
}

.underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox .right .ttl {
  font-size: 1.5rem;
  font-weight: 600;
}

.underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox .right .ttl a {
  color: #333;
  transition: .2s;
}
@media screen and (min-width: 960px) {
  .underPamphletArea .newsPamphlet .pamphletLayout .pamphletBox .right .ttl a:not(.noHover):hover {
    color: #fe9618;
  }
}

.underPamphletArea .showMovie {
  width: 38.095238%;
}
@media only screen and (max-width: 959px) {
  .underPamphletArea .showMovie {
    width: 100%;
  }
}

.underPamphletArea .showMovie .img {
  transition: .2s;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .underPamphletArea .showMovie .img:not(.noHover):hover {
    opacity: .7;
  }
}

.underPamphletArea .showMovie .img img {
  display: block;
  width: 100%;
}

.pressRppmUnderBnr {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 1280px) and (min-width: 0px) {
  .pressRppmUnderBnr {
    display: block;
  }
}
@media only screen and (max-width: 959px) { 
  .pressRppmUnderBnr {
    padding: 40px 0;
  }
}

.pressRppmUnderBnr .linkBnr {
  width: 460px;
  overflow: hidden;
  box-sizing: border-box;
  transition: .2s;
  margin-right: 3.1746031%;
}
@media screen and (min-width: 960px) {
  .pressRppmUnderBnr .linkBnr:not(.noHover):hover {
    opacity: .7;
  }
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRppmUnderBnr .linkBnr {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 959px) and (min-width: 531px) {
  .pressRppmUnderBnr .linkBnr {
    margin: 0 auto 20px;
    height: auto !important;
  }
}
@media only screen and (max-width: 530px) { 
  .pressRppmUnderBnr .linkBnr {
    width: 100%;
    margin: 0 auto 15px;
    height: auto !important;
  }
}

.pressRppmUnderBnr .linkBnr:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1280px) and (min-width: 0px) {
  .pressRppmUnderBnr .linkBnr:last-of-type {
    margin: 0 auto;
  }
}

.pressRppmUnderBnr .linkBnr img {
  width: 100%;
  height: 100%;
  display: block;
}

.pressRppmUnderBnr .linkBnr.linkTxt {
  text-align: center;
}

.pressRppmUnderBnr .linkBnr.linkTxt a {
  color: #1a4375;
  height: 100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #1A4375;
}

.pressRppmUnderBnr .linkBnr.linkTxt a[target="_blank"]::after {
  display: none;
}

.pressRppmUnderBnr .linkBnr.linkTxt a .txt {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  font-size: 2.1rem;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  letter-spacing: -.03em;
}
@media only screen and (max-width: 530px) { 
  .pressRppmUnderBnr .linkBnr.linkTxt {
    height: auto !important;
  }
  .pressRppmUnderBnr .linkBnr.linkTxt a {
    height: auto;
  }
  .pressRppmUnderBnr .linkBnr.linkTxt a .txt {
    font-size: 4.35vw;
    padding: 7.5% 8px;
  }
}


/* ==========================================================================

PRESS ROOM DETAIL

========================================================================== */
.breadLists {
  margin: 0 auto;
  max-width: 1440px;
  padding: 27px 20px 14px;
}
@media only screen and (max-width: 959px) {
.breadLists {
    display: none;
  }
}

.breadLists .breads li,
.breadLists .breads li a,
.breadLists .breads li::after {
  color: #555;
}

.breadLists .breads li:first-of-type a::before {
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: 2;
  width: 11px;
  height: 10px;
  background: url(/albums/css/basic-pressroom/abm00011970.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .breadLists .breads li:first-of-type a:hover::before {
    background: url(/albums/css/basic-pressroom/abm00011964.svg) center center no-repeat;
    background-size: contain;
  }
}



.pressRoomVisual.detail {
  height: 120px;
}

.pressRoomVisual.detail .titleInner {
  padding: 39px 20px 0;
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual.detail .titleInner {
    padding: 12px 15px;
  }
}

.pressRoomVisual.detail .titleInner .ttlBox {
  margin: 0;
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomVisual.detail .titleInner .ttlBox {
    margin: 0;
    display: flex;
  }
}

.pressRoomVisual.detail .titleInner .ttlBox h1 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 959px) {
  .pressRoomVisual.detail .titleInner .ttlBox h1 {
    margin: 28px 0 0;
  }
}

.pressRoomVisual.detail .titleInner .ttlBox h1::before {
  display: none;
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pressRoomVisual.detail .titleInner .ttlBox nav {
    margin: 0;
  }
}

/* コンテンツ */
.pressRoomContents.detail {
  background: #fff;
  font-size: 1.6rem;
}

.pressRoomContents.detail .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 85px 20px 0;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents.detail .inner {
    padding: 40px 15px 0;
    min-height: initial;
  }
}

.pressRoomContents.detail .inner .normalTtl {
  font-size: 4rem;
  letter-spacing: .08em;
}
@media only screen and (max-width: 959px) {
  .pressRoomContents.detail .inner .normalTtl {
    font-size: 2.8rem;
    letter-spacing: .04em;
  }
}

#news-detail .pressRoomContents.detail .inner a,
#events-detail .pressRoomContents.detail .inner a {
  color: #2F8DCD;
}
@media screen and (min-width: 960px) {
  #news-detail .pressRoomContents.detail .inner a:not(.noHover):hover,
  #events-detail .pressRoomContents.detail .inner a:not(.noHover):hover {
    color: #fe9618;
  }
}

#news-detail .pressRoomContents.detail .inner a[href^="tel:"],
#events-detail .pressRoomContents.detail .inner a[href^="tel:"] {
  color: #333 !important;
}

/* ボタンエリアここから */
#event-detail .pressRoomContents.detail .inner .cp-all,
#news-detail .pressRoomContents.detail .inner .cp-all {
    position: relative;
    margin: 20px 0;
    line-height: 1.8;
    z-index: 0;
}

#event-detail .pressRoomContents.detail .inner .cp-all .inner,
#news-detail .pressRoomContents.detail .inner .cp-all .inner {
    max-width: initial;
    padding: 0;
}

#event-detail .pressRoomContents.detail .inner .cp-all .inner ul,
#news-detail .pressRoomContents.detail .inner .cp-all .inner ul {
    margin: 0 !important;
}

#event-detail .pressRoomContents.detail .inner .cp-all .inner ul li,
#news-detail .pressRoomContents.detail .inner .cp-all .inner ul li {
    list-style: none !important;
}
@media only screen and (max-width: 959px) {
#event-detail .pressRoomContents.detail .inner .cp-all .inner ul li,
#news-detail .pressRoomContents.detail .inner .cp-all .inner ul li {
    margin: 0 0 10px;
  }
}

#event-detail .pressRoomContents.detail .inner .cp-all .inner ul li a,
#news-detail .pressRoomContents.detail .inner .cp-all .inner ul li a {
    color: #333 !important;
}
@media screen and (min-width: 960px) {
#event-detail .pressRoomContents.detail .inner .cp-all .inner ul li a:hover,
#news-detail .pressRoomContents.detail .inner .cp-all .inner ul li a:hover {
    color: #fff !important;
  }
}
/* ボタンエリアここまで */


/* ソートエリア */
.searchList {
  display: none;
}

/* 年度ソート */
.searchInner {
  margin: 0 0 39px;
}
@media only screen and (max-width: 959px) {
  .searchInner {
    margin: 0 0 20px;
  }
}

.searchInner .selectColumn .select {
  width: 180px;
}
@media only screen and (max-width: 959px) {
  .searchInner .selectColumn .select {
    width: 100%;
  }
}

.searchInner .selectColumn .selectStyled {
  padding: 7px 15px;
  width: 180px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .searchInner .selectColumn .selectStyled {
    padding: 9px 15px;
    width: 100%;
  }
}

.articleInner .searchInner .selectColumn .selectStyled {
  padding: 4px 15px;
}
@media only screen and (max-width: 959px) {
  .articleInner .searchInner .selectColumn .selectStyled {
    padding: 9px 15px;
  }
}

.searchInner .selectColumn .selectOptions {
  width: 180px;
}
@media only screen and (max-width: 959px) {
  .searchInner .selectColumn .selectOptions {
    width: 100%;
  }
}

.searchInner .selectColumn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .searchInner .selectColumn {
    display: block;
  }
}

/* カテゴリーソート,タグソート */
.searchInner .cpTagLists,
.searchInner .cpCategoryLists {
  position: relative;
  margin: 0 0 0 4px;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpTagLists,
  .searchInner .cpCategoryLists {
    margin: 10px 0 0;
  }
}

.searchInner .cpTagLists .name,
.searchInner .cpTagLists .cp-tag-lists,
.searchInner .cpCategoryLists .name,
.searchInner .cpCategoryLists .cp-category-lists {
  display: none;
}

.searchInner .cpTagLists .tagSelected,
.searchInner .cpCategoryLists .categorySelected {
  border: 1px solid #cbcbcb;
  background: #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 7px 30px 7px 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #333;
  width: 180px;
  height: 40px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpTagLists .tagSelected,
  .searchInner .cpCategoryLists .categorySelected {
    width: 100%;
    height: 38px;
    font-size: 1.2rem;
  }
}

.searchInner .cpCategoryLists .categorySelected::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 959px) {
  .searchInner .cpCategoryLists .categorySelected::after {
    right: 10px;
  }
}

.searchInner .cpTagLists .tagSelected:hover,
.searchInner .cpCategoryLists .categorySelected:hover {
  color: #fff;
  background: #174277;
  border: 1px solid #174277;
}

.searchInner .cpCategoryLists .categorySelected:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.searchInner .cpCategoryLists .categorySelected.active {
  color: #fff;
  background: #174277;
  border: 1px solid #174277;
}

.searchInner .cpCategoryLists .categorySelected.active:after {
  width: 5px;
  height: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 4px;
}

.searchInner .cpCategoryLists #cateLists {
  display: none;
  position: absolute;
  width: 180px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #174277;
  overflow-y: scroll;
  height: 414px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.searchInner .cpCategoryLists #cateLists::-webkit-scrollbar{
  display:none;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpCategoryLists #cateLists {
    width: 100%;
    height: 182px;
  }
}

.searchInner .cpCategoryLists #cateLists li {
  font-size: 1.5rem;
  margin: 0;
  list-style: none !important;
  border-top: 1px solid #fff;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpCategoryLists #cateLists li {
    font-size: 1.3rem;
  }
}

.searchInner .cpCategoryLists #cateLists li a {
  color: #fff;
  display: block;
  padding: 12px 15px;
}
@media screen and (min-width: 960px) {
  .searchInner .cpCategoryLists #cateLists li:hover {
    background: rgba(255, 255, 255, .2);
  }
}

/* +-のアイコン */
.searchInner .cpTagLists .tagSelected .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  z-index: 10;
  width: 10px;
  height: 10px;
  margin: auto 0;
}

.searchInner .cpTagLists .tagSelected .icn span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 1px;
    margin: auto 0;
    background: #999;
}

.searchInner .cpTagLists .tagSelected .icn span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.searchInner .cpTagLists .tagSelected .icn span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.searchInner .cpTagLists .tagSelected:hover span {
  background: #fff;
}

.searchInner .cpTagLists .tagSelected.active {
  color: #fff;
  background: #174277;
  border: 1px solid #174277;
}

.searchInner .cpTagLists .tagSelected.active .icn span{
  background: #fff;
}

.searchInner .cpTagLists .tagSelected.active .icn span:nth-of-type(1) {
  display: none;
}

.searchInner .cpTagLists .tagSelected.active .icn span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* タグエリア */
.searchInner .cpTagLists .tagWrap {
  display: none;
  position: absolute;
  width: 1260px;
  top: 50px;
  right: 0;
  left: -368px;
  z-index: 11;
  margin: 0;
  padding: 0;
  background: #174277;
  box-sizing: border-box;
  padding: 25px 40px;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpTagLists .tagWrap {
    left: 0;
    top: 38px;
    padding: 10px 15px;
    width: auto;
  }
}

.searchInner .cpTagLists .tagWrap::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 368px;
  width: 180px;
  height: 10px;
  background: #174277;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .searchInner .cpTagLists .tagWrap::before {
    display: none;
  }
}

.searchInner .cpTagLists #tagLists {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.searchInner .cpTagLists #tagLists li {
  font-size: 1.5rem;
  margin: 0 33px 0 0;
  padding: 10px 0;
  list-style: none !important;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .searchInner .cpTagLists #tagLists li:hover {
    color: rgba(255, 255, 255, .4);
  }
  .searchInner .cpTagLists #tagLists li:hover a {
    color: rgba(255, 255, 255, .4);
  }
}
@media only screen and (max-width: 959px) {
  .searchInner .cpTagLists #tagLists li {
    font-size: 1.3rem;
    padding: 8px 0;
    margin: 0 20px 0 0;
  }
}

.searchInner .cpTagLists #tagLists li:last-of-type {
  margin: 0;
}

.searchInner .cpTagLists #tagLists li a {
  color: #fff;
}

/* ページング */
.innerPager {
  display: none;
}

.pagerBox {
  padding: 0 0 80px;
  background: #fff;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .pagerBox {
    padding: 0 0 20px;
  }
}

.pagerBox span,
.pagerBox a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  color: #666;
  background: #F7F7F7;
  -webkit-box-shadow: 0 0 0 1px #DDD;
  box-shadow: 0 0 0 1px #DDD;
  border: 1px solid #fff;
}
@media only screen and (max-width: 959px) {
  .pagerBox span,
  .pagerBox a {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.pagerBox span.active,
.pagerBox a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #555;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #555;
  box-shadow: 0 0 0 1px #555;
  border: 1px solid #555;
}

.pagerBox .news-paging-num {
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .pagerBox .news-paging-num {
    margin-bottom: 10px;
  }
}

.pagerBox .news-paging-num:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 960px) {
  .pagerBox span:not(.noHover):hover,
  .pagerBox a:not(.noHover):hover {
    -webkit-box-shadow: 0 0 0 1px #555;
    box-shadow: 0 0 0 1px #555;
    border: 1px solid #555;
    background: #555;
    color: #fff;
  }
}


/* ==========================================================================

ニュースイベントの詳細

========================================================================== */
#event-detail .pressRoomContents .inner,
#news-detail .pressRoomContents .inner {
  max-width: 1060px;
  padding: 97px 20px 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  #event-detail .pressRoomContents .inner,
  #news-detail .pressRoomContents .inner {
    padding: 40px 15px 0;
  }
}

#event-detail .pressRoomContents .inner .cp-h1-text,
#news-detail .pressRoomContents .inner .cp-h1-text {
  padding-bottom: 77px;
}
@media only screen and (max-width: 959px) {
  #event-detail .pressRoomContents .inner .cp-h1-text,
  #news-detail .pressRoomContents .inner .cp-h1-text {
    padding-bottom: 40px;
  }
}

#event-detail .pressRoomContents .inner .cp-h1-text::after,
#news-detail .pressRoomContents .inner .cp-h1-text::after {
  content: '';
  background: #D4D4D4;
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 500%;
  height: 1px;
  z-index: 1;
}

#event-detail .pressRoomContents .inner .status,
#news-detail .pressRoomContents .inner .status {
  position: relative;
  z-index: 10;
  margin: 0 0 75px;
}

@media only screen and (max-width: 959px) {
  #event-detail .pressRoomContents .inner .status,
  #news-detail .pressRoomContents .inner .status {
    margin: 0 0 40px;
  }
}

#event-detail .pressRoomContents .inner .status::before,
#news-detail .pressRoomContents .inner .status::before {
  content: '';
  background: #F7F7F7;
  position: absolute;
  top: 0;
  left: -200%;
  width: 500%;
  height: 100%;
  z-index: -1;
}

#event-detail .pressRoomContents .inner .status::after,
#news-detail .pressRoomContents .inner .status::after {
  content: '';
  background: #D4D4D4;
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 500%;
  height: 1px;
  z-index: 1;
}

#event-detail .pressRoomContents .inner .status .exTxt,
#news-detail .pressRoomContents .inner .status .exTxt {
  color: #555;
  font-size: 1.3rem;
  padding: 10px 0;
}

#event-detail .pressRoomContents .inner .status .exTxt #categoryName,
#news-detail .pressRoomContents .inner .status .exTxt #categoryName {
  margin: 0 15px;
}
@media only screen and (max-width: 959px) {
  #event-detail .pressRoomContents .inner .status .exTxt #categoryName,
  #news-detail .pressRoomContents .inner .status .exTxt #categoryName {
    margin: 0 0 0 10px;
  }
  #event-detail .pressRoomContents .inner .status .exTxt .tag,
  #news-detail .pressRoomContents .inner .status .exTxt .tag {
    display: block;
    margin: 10px 0 0;
  }
}

#event-detail .pressRoomContents .inner .status .exTxt .tag span,
#news-detail .pressRoomContents .inner .status .exTxt .tag span {
  display: inline-block;
  margin: 0 10px 0 0;
}

#event-detail .cp-wp,
#news-detail .cp-wp {
  border: 4px solid #869CCD;
  background-color: #E7EBF6;
}
@media only screen and (max-width: 959px) {
  #event-detail .cp-wp,
  #news-detail .cp-wp {
    border: 2px solid #869CCD;
  }
}

#event-detail .pressRoomContents.detail .underBtn,
#news-detail .pressRoomContents.detail .underBtn {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 959px) {
  #event-detail .pressRoomContents.detail .underBtn,
  #news-detail .pressRoomContents.detail .underBtn {
    padding: 30px 0 50px;
  }
}

#event-detail .pressRoomContents.detail .underBtn .btnBox,
#news-detail .pressRoomContents.detail .underBtn .btnBox  {
  margin: 0 auto;
}

#event-detail .pressRoomContents.detail .underBtn .btnBox a,
#news-detail .pressRoomContents.detail .underBtn .btnBox a {
  color: #000;
  text-align: center;
}
@media screen and (min-width: 960px){
  #event-detail .pressRoomContents.detail .underBtn .btnBox a:hover,
  #news-detail .pressRoomContents.detail .underBtn .btnBox a:hover {
    color: #fff;
  }
}

.pressRoomContents.detail ul li {
    list-style: disc;
}


/* ==========================================================================

下層のリスト定義

========================================================================== */
.topicArea.movie .inner .newsLists .list,
.topicArea.media .inner .newsLists .list,
.topicArea.topics .inner .newsLists .list {
  border-top: none;
  width: 23.8095238%;
}
@media only screen and (max-width: 959px) { 
  .topicArea.movie .inner .newsLists .list,
  .topicArea.media .inner .newsLists .list,
  .topicArea.topics .inner .newsLists .list {
    width: 100%;
    margin: 0 0 17px;
  }
}

.topicArea.movie .inner .newsLists .list a,
.topicArea.media .inner .newsLists .list a,
.topicArea.topics .inner .newsLists .list a {
  padding: 0 0 60px;
}
@media only screen and (max-width: 959px) { 
  .topicArea.movie .inner .newsLists .list a,
  .topicArea.media .inner .newsLists .list a,
  .topicArea.topics .inner .newsLists .list a {
    display: flex;
    padding: 0;
    border: none;
    margin: 0 0 17px;
  }
}

@media only screen and (max-width: 959px) {
  .topicArea.media .inner .newsLists .list .txtArea,
  .topicArea.topics .inner .newsLists .list .txtArea {
    margin-left: auto;
    width: 65.777778%;
  }
}

.topicArea.movie .inner .newsLists .list .imgArea,
.topicArea.media .inner .newsLists .list .imgArea,
.topicArea.topics .inner .newsLists .list .imgArea {
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .topicArea.media .inner .newsLists .list .imgArea,
  .topicArea.topics .inner .newsLists .list .imgArea {
    width: 31.11%;
  }
}

.topicArea.media .inner .newsLists .list .imgBox,
.topicArea.topics .inner .newsLists .list .imgBox {
  transition: .2s;
  position: relative;
  height: 100%;
  padding-top: 66.6666666%;
}

.topicArea.media .inner .newsLists .list .imgBox img,
.topicArea.topics .inner .newsLists .list .imgBox img {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .topicArea.movie .inner .newsLists .list a:not(.noHover):hover .imgBox img,
  .topicArea.media .inner .newsLists .list a:not(.noHover):hover .imgBox img,
  .topicArea.topics .inner .newsLists .list a:not(.noHover):hover .imgBox img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.topicArea.movie .inner .newsLists .list .imgBox img {
  -webkit-transition: .3s;
  transition: .3s;
}
@media only screen and (max-width: 959px) { 
  .topicArea.movie .inner .newsLists .list .imgBox img {
    width: 100%;
  }
}

.topicArea.movie .inner .newsLists .list .topicTtl,
.topicArea.media .inner .newsLists .list .topicTtl,
.topicArea.topics .inner .newsLists .list .topicTtl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0 0;
  transition: .3s;
}
@media only screen and (max-width: 959px) { 
  .topicArea.movie .inner .newsLists .list .topicTtl,
  .topicArea.media .inner .newsLists .list .topicTtl,
  .topicArea.topics .inner .newsLists .list .topicTtl {
    margin: 0;
    height: auto !important;
  }
}

.topicArea.movie .inner .newsLists .list .time,
.topicArea.media .inner .newsLists .list .time,
.topicArea.topics .inner .newsLists .list .time {
  padding: 23px 0 9px;
}
@media only screen and (max-width: 959px) {
  .topicArea.movie .inner .newsLists .list .time,
  .topicArea.media .inner .newsLists .list .time,
  .topicArea.topics .inner .newsLists .list .time {
    padding: 17px 0 9px;
  }
}

.topicArea.movie .inner .newsLists .list time,
.topicArea.media .inner .newsLists .list time,
.topicArea.topics .inner .newsLists .list time {
  margin: 0 10px 0 0;
}

/* SHOWA MOVIEの件 */
.pressRoomContents .inner .normalTtl.movie {
  font-weight: 700;
}

.topicArea.movie .inner .newsLists .list .youtubeUrl {
  display: none;
}

.topicArea.movie .imgBox.noImage img {
  display: block;
}

@media only screen and (max-width: 959px) {
  .topicArea.movie .inner .newsLists .list .imgArea {
    width: 42.11%;
  }
}

@media only screen and (max-width: 959px) {
  .topicArea.movie .inner .newsLists .list .txtArea {
    width: 53.777778%;
    margin-left: auto;
  }
}

.topicArea.movie .inner .newsLists .list .imgBox {
  position: relative;
  background: #000;
}

.topicArea.movie .inner .newsLists .list .imgBox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 41px;
  height: 29px;
  z-index: 2;
  margin: auto;
  background: url(/albums/css/basic-pressroom/abm00007724.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 959px) {
  .topicArea.movie .inner .newsLists .list .imgBox::before {
    width: 33px;
    height: 21px;
  }
}

.topicArea.movie .inner .newsLists .list .imgBox::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(75, 56, 56, .2);
}

/* モーダルウィンドウ（YouTube用） */
.youtubeModal {
  top: 0;
  right: 0;
  left: 0;
  width: 1160px;
  margin: 0 auto;
  display: none;
  z-index: 1002;
  position: fixed;
  box-sizing: border-box;
}
@media screen and (max-width: 1181px) {
  .youtubeModal {
    width: auto;
  }
}

.youtubeModal .close {
  top: -87px;
  right: 13px;
  position: absolute;
  display: block;
  font-size: 6rem;
  cursor: pointer;
  font-weight: 100;
  color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .youtubeModal .close {
    font-size: 4rem;
    top: -60px;
  }
}

.youtubeModal .youtubeModalInner {
  color: #333;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 20px;
}

.youtubeModal .youtubeModalInner .modalMain {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  background: #000;
}

.youtubeModal .youtubeModalInner .modalMain .movieBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeModal .youtubeModalInner .modalMain .movieBox iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ==========================================================================

下層お知らせ

========================================================================== */
@media screen and (max-width: 1280px) and (min-width: 960px) {
  .oneColumnInner .topicArea,
  .articleContents .articleInner .topicArea {
    padding: 0;
  }
}

.oneColumnInner .topicArea .btnBox,
.articleContents .articleInner .topicArea .btnBox {
  top: 24px;
  right: 0;
}

/* ここから対応 */
.oneColumnInner .pressRoomNewsLists,
.articleContents .articleInner .pressRoomNewsLists {
  padding: 0;
}

.articleContents .articleInner .pressRoomNewsLists.listTop {
  padding: 0;
}

.oneColumnInner .pressRoomNewsLists .list,
.pressRoomContents.detail .pressRoomNewsLists .list {
  border-top: 1px solid #ddd;
}
.articleContents .articleInner .pressRoomNewsLists .list {
  width: 30.809524%;
  border-top: 1px solid #ddd;
}
.oneColumnInner .pressRoomNewsLists .list {
  width: 23.275862068965516%;
}
@media only screen and (max-width: 959px) {
  .oneColumnInner .pressRoomNewsLists .list,
  .pressRoomContents.detail .pressRoomNewsLists .list,
  .articleContents .articleInner .pressRoomNewsLists .list {
    width: 100% !important;
    margin: 0;
  }
}

.oneColumnInner .pressRoomNewsLists .list .topicTtl,
.pressRoomContents.detail .pressRoomNewsLists .list .topicTtl,
.articleContents .articleInner .pressRoomNewsLists .list .topicTtl {
  font-weight: 600;
  font-size: 1.5rem;
  color: #333;
  min-height: 48px;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .oneColumnInner .pressRoomNewsLists .list .topicTtl,
  .pressRoomContents.detail .pressRoomNewsLists .list .topicTtl,
  .articleContents .articleInner .pressRoomNewsLists .list .topicTtl {
    min-height: initial;
    height: auto !important;
  }
}

.oneColumnInner .pressRoomNewsLists .list a,
.pressRoomContents.detail .pressRoomNewsLists .list a,
.articleContents .articleInner .pressRoomNewsLists .list a {
  color: #333;
  padding: 33px 0 60px;
  display: block;
}
@media only screen and (max-width: 959px) {
  .oneColumnInner .pressRoomNewsLists .list a,
  .pressRoomContents.detail .pressRoomNewsLists .list a,
  .articleContents .articleInner .pressRoomNewsLists .list a {
    padding: 12px 0;
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .oneColumnInner .pressRoomNewsLists .list a:not(.noHover):hover .topicTtl,
  .pressRoomContents.detail .pressRoomNewsLists .list a:not(.noHover):hover .topicTtl,
  .articleContents .articleInner .pressRoomNewsLists .list a:not(.noHover):hover .topicTtl {
    color: #999;
  }
}

@media only screen and (max-width: 959px) {
  .oneColumnInner .pressRoomNewsLists .pressRoomNewsLists .list .txtArea,
  .pressRoomContents.detail .pressRoomNewsLists .list .txtArea,
  .articleContents .articleInner .pressRoomNewsLists .list .txtArea {
    width: 100%;
    margin-left: 0;
  }
}

.oneColumnInner .pressRoomNewsLists .list a .time,
.pressRoomContents.detail .pressRoomNewsLists .list a .time,
.articleContents .articleInner .pressRoomNewsLists .list a .time {
  padding: 0 0 10px;
}

.oneColumnInner .pressRoomNewsLists .list a .type,
.pressRoomContents.detail .pressRoomNewsLists .list a .type,
.articleContents .articleInner .pressRoomNewsLists .list a .type {
  font-size: 1.2rem;
  line-height: 1;
  transition: .2s;
  padding: 17px 0 9px;
}
@media only screen and (max-width: 959px) {
  .oneColumnInner .pressRoomNewsLists .list a .type,
  .pressRoomContents.detail .pressRoomNewsLists .list a .type,
  .articleContents .articleInner .pressRoomNewsLists .list a .type {
    padding: 10px 0 6px;
  }
}
@media screen and (min-width: 960px) {
  .oneColumnInner .pressRoomNewsLists .list a:not(.noHover):hover .type,
  .pressRoomContents.detail .pressRoomNewsLists .list a:not(.noHover):hover .type,
  .articleContents .articleInner .pressRoomNewsLists .list a:not(.noHover):hover .type {
    color: #999 !important;
  }
}

.pressRoomNewsLists:empty::before,
.oneColumnInner .pressRoomNewsLists:empty::before,
.articleContents .articleInner .pressRoomNewsLists:empty::before {
  position: relative;
  font-size: 1.6rem;
  top: 0;
  left: 0;
  z-index: 1;
  content: 'お知らせはございません。';
}

.pressRoomContents.detail table a {
    color: #2F8DCD;
    text-decoration: none;
}
@media screen and (min-width: 960px) {
  .pressRoomContents.detail table a:not(.noHover):hover {
    color: #fe9618;
  }
}

.nonNews {
  font-size: 1.6rem;
}


/* ==========================================================================

リンク調整

========================================================================== */
@media screen and (min-width: 960px) {
  .top section.pressRoomArea .inner .mainContents .mainContentsInner .ex a[href*="javascript:void(0)"],
  .list:not(.is-movie) a[href*="javascript:void(0)"]{
    transition: inherit !important;
  }
  .top section.pressRoomArea .inner .mainContents .mainContentsInner .ex a[href*="javascript:void(0)"]:hover,
  .list:not(.is-movie) a[href*="javascript:void(0)"]:hover {
    cursor: initial !important;
    transition: inherit !important;
  }
  .top section.pressRoomArea .inner .mainContents .mainContentsInner .ex a[href*="javascript:void(0)"]:hover .mainTxt,
  .list:not(.is-movie) a[href*="javascript:void(0)"]:hover .toicTtl,
  .list:not(.is-movie) a[href*="javascript:void(0)"]:hover .topicTtl {
    color: #333 !important;
  }
  .top section.pressRoomArea .inner .mainContents .mainContentsInner .ex a[href*="javascript:void(0)"]:hover .imgBox.noImage,
  .top section.pressRoomArea .inner .mainContents .mainContentsInner .ex a[href*="javascript:void(0)"]:hover .imgBox img,
  .list:not(.is-movie) a[href*="javascript:void(0)"] .imgBox.noImage:hover,
  .list:not(.is-movie) a[href*="javascript:void(0)"]:hover .imgBox img {
    transform: scale(1) !important;
  }
}